

.hero-image{
    background-image: url("img/Hero\ Image.webp"); 
    height: 800px; 
    width: 100%;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    position:relative;
    padding: 0;
}

h1{
    font-size: 85px;
    line-height: 100px;
    font-family: staatliches;
    font-weight: 100;
    color: azure;
    margin-top: 100px;
    padding-left: 30px;
}

h2{
    font-size: 30px;
    line-height: 35px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: azure;
    margin-top: 25px;
    padding-left: 30px;
}

.button{
    background-color: #db6a1f; 
    border: none; 
    border-radius: 10px; 
    color: white; 
    padding: 15px 32px; 
    text-align: center; 
    display: inline-block; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    margin-top: 25px;
    margin-left: 30px;
}

